Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: runner/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: worker/edge/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: worker/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
214a3fe to
f7c50fc
Compare
904707f to
593f5b0
Compare
41b809a to
ce2d779
Compare
97fad36 to
4658807
Compare
61bc33d to
029a7ed
Compare
|
In this PR, the gorm-update could cause changes in go.work.sum. I have to run go tidy. @joschahenningsen is it ok to commit the go.work.sum here? |
|
Absolutely @Mazi02 |
|
I think the blocking issue here though is the changes in the meilisearch dependency, we need to check how our usage of it breaks due to the update. |
|
Yes I looked into it and tried to adjust the methods used in there. It's only an extra argument used in deleteAllDocs and AddDocs, and hits type is stricter now so interface{} doesnt work. I am going to run the solutions I found by you. |
|
I’m getting several staticcheck findings after the dependency upgrade. I can address them, but before doing that I’d like to clarify whether you prefer fixing them in this PR or in a separate follow-up PR. If we keep this PR focused on the dependency upgrade, I would temporarily disable staticcheck in pre-commit for this branch and re-enable it in a dedicated refactoring/toolchain cleanup PR. @kordianbruck , @joschahenningsen any ideas? |
029a7ed to
cd41c2e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v1.4.4→v1.5.1v0.34.0→v0.39.0v0.4.14→v0.5.1v2.1.0→v2.4.0v1.2.2→v1.2.6v1.10.0→v1.12.0v2.1.3→v2.1.5v3.4.10→v3.4.13v1.9.1→v1.9.3v5.2.2→v5.3.1v2.26.3→v2.28.0v0.2.0→v0.2.6v0.31.0→v0.36.2v1.21.1→v1.23.2v4.25.9→v4.26.3v1.9.3→v1.9.4v1.20.0→v1.21.0v0.48.0→v0.50.0v0.19.0→v0.20.0v1.79.3→v1.80.0v1.36.10→v1.36.11v1.5.7→v1.6.0v1.25.12→v1.31.1Release Notes
antchfx/xmlquery (github.com/antchfx/xmlquery)
v1.5.1Compare Source
Update packages:
github.com/antchfx/xpathfrom v1.3.5 to v1.3.6v1.5.0Compare Source
New Features
xml.ProcInstsupports. Include the newProcessingInstructionNode Type (#133, #106)LineNumbersfeature that allows retrieving the line number of each node in the XML file via theWithLineNumbersoption. (#132 by @aufi)ChildNodes()(#127 by @rmkane)Other
update
github.com/antchfx/xpathfrom 1.3.3 to 1.3.5. See https://github.com/antchfx/xpath/releasesasticode/go-astisub (github.com/asticode/go-astisub)
v0.39.0Compare Source
v0.38.0Compare Source
v0.37.0Compare Source
v0.36.0Compare Source
v0.35.0Compare Source
crewjam/saml (github.com/crewjam/saml)
v0.5.1Compare Source
v0.5.0Compare Source
dgraph-io/ristretto (github.com/dgraph-io/ristretto/v2)
v2.4.0Compare Source
Added
Cache.IterValues()method (#475)Fixed
Full Changelog: dgraph-io/ristretto@v2.3.0...v2.4.0
v2.3.0: Ristretto v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/ristretto@v2.2.0...v2.3.0
v2.2.0: Ristretto v2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/ristretto@v2.1.0...v2.2.0
gin-contrib/gzip (github.com/gin-contrib/gzip)
v1.2.6Compare Source
Changelog
Enhancements
873bbb8: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@appleboy)ade6e24: chore: update indirect dependencies to latest minor versions (@appleboy)fb05b2a: chore: remove bearer.yml workflow (@appleboy)941d83d: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)992c35f: chore(deps): upgrade quic-go to v0.57.1 (@appleboy)728cc31: chore(ci): update golangci-lint to v2.6 (@appleboy)7dab3cb: chore: add WithMinLength option to control when responses are gzipped (#106) (@takanuva15)1984bfc: chore(deps): bump actions/cache from 4 to 5 (@appleboy)4fdf19e: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@appleboy)c65ba86: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@appleboy)68f826a: chore(deps): upgrade golang.org/x/text to v0.35.0 (@appleboy)Build process updates
4c6db59: ci: integrate Trivy security scanning workflow and badge (@appleboy)68ed7ff: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@appleboy)Others
db4e3d0: Add Go 1.26 to GitHub Actions test matrix (@appleboy)05b2770: Update golangci-lint version to v2.9 (@appleboy)v1.2.5Compare Source
Changelog
Bug fixes
ff4cafa: fix(header): static file error gzip header handling and add tests (#123) (@appleboy)9e2912b: fix(body): avoid double gzip compression in response middleware (#124) (@appleboy)Enhancements
18052f1: chore(deps): bump github/codeql-action from 3 to 4 (#121) (@dependabot[bot])v1.2.4Compare Source
Changelog
Bug fixes
4c0c353: fix(header): disable gzip compression for error responses (#120) (@appleboy)Enhancements
8f25d09: chore: update Go version and refresh dependencies (@appleboy)c41b389: chore: upgrade Go version and refresh dependencies (@appleboy)Build process updates
ef1d76a: ci: integrate Trivy vulnerability scanning into CI workflow (@appleboy)5328e46: ci: update CI to test against Go 1.25 (@appleboy)05c6a0d: ci: drop Go 1.23 support from CI test matrix (@appleboy)da07e65: ci: modernize GitHub Actions and update workflow dependencies (@appleboy)218712e: ci: upgrade Go action version in CI workflow (@appleboy)v1.2.3Compare Source
Changelog
Enhancements
3b246bb: chore: update dependencies to latest versions focused on security patches (@appleboy)Build process updates
ea4c811: ci: update GitHub Actions and improve test configurations (@appleboy)f75942a: build: drop support for older Go versions and upgrade dependencies (@appleboy)aa60ac1: ci: reorganize and update golangci-lint configuration (@appleboy)gin-gonic/gin (github.com/gin-gonic/gin)
v1.12.0Compare Source
Features
Enhancements
http.Flusher(#4479)Bug Fixes
Build process updates / CI
v1.11.0Compare Source
Features
Enhancements
Bug Fixes
Build process updates / CI
Dependency updates
Documentation updates
v1.10.1Compare Source
Features
Enhancements
Build process updates
go-gormigrate/gormigrate (github.com/go-gormigrate/gormigrate/v2)
v2.1.5Compare Source
v2.1.4Compare Source
go-ldap/ldap (github.com/go-ldap/ldap/v3)
v3.4.13Compare Source
What's Changed
Extendedby @cpuschma in #576WhoAmIimplementation usingExtendedAPI by @cpuschma in #577PostalAddresstype by @cpuschma in #579New Contributors
Full Changelog: go-ldap/ldap@v3.4.12...v3.4.13
v3.4.12Compare Source
What's New
What's Changed
New Contributors
Full Changelog: go-ldap/ldap@v3.4.11...v3.4.12
v3.4.11Compare Source
What's Changed
DirSyncandDirSyncAsyncexample codes by @cpuschma in #556New Contributors
Full Changelog: go-ldap/ldap@v3.4.10...v3.4.11
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.9.3Compare Source
What's Changed
Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3
v1.9.2Compare Source
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
golang-jwt/jwt (github.com/golang-jwt/jwt/v5)
v5.3.1Compare Source
What's Changed
🔐 Features
WithNotBeforeRequiredparser option and add test coverage by @equalsgibson in #456NewWithClaims()by @equalsgibson in #459ParseUnverifiedby @slickwilli in #414👒 Dependencies
New Contributors
Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1
v5.3.0Compare Source
This release is almost identical to to
v5.2.3but now correctly indicates Go 1.21 as minimum requirement.What's Changed
Full Changelog: golang-jwt/jwt@v5.2.3...v5.3.0
v5.2.3Compare Source
What's Changed
New Contributors
Full Changelog: golang-jwt/jwt@v5.2.2...v5.2.3
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.28.0Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.